Learn how to migrate our third-party libraries from jsDelivr CDN to Shopify Assets Management.
layout/theme.liquid
file.
jsdelivr.net
URL:
jsdelivr.net
URL, update their associated URLs in the theme.liquid
file.
Change {{ '//cdn.jsdelivr.net/folder/filename.js' | script_tag }}
to {{ 'filename.js' | asset_url | script_tag }}
.
filename.js
is the name of the newly created asset.
algolia_dependency_font-awesome-4-4-0.min.css.liquid
.
In this file:
../fonts
by ./algolia_dependency
./algolia_dependency_fontawesome-webfont.eot?#iefix&v=4.4.0
by
./algolia_dependency_fontawesome-webfont-ie-fix.eot?#iefix&v=4.4.0